Benjamin Santalucia Apps

All you can list 1.0.0
App made for managing choices in roundbasedAll You Can Eat restaurants (like in most of the all you caneatsushi places).With this app, you will be able to write each person'schoices,round after round.That will make it more easy!
Wrapper for OWA 1.0.4.3
Help connecting to Outlook Web Access or Outlook Web App Shownotifications (experimental) Can fake the userAgent in order toimprove OWA interface
Beacon Automation
Android app to forward beacon events over MQTT or Webhooks (forhomeautomation scenarios). The basic idea behind the app is toallow youto integrate beacons into your home automation systemsusing MQTT orWebhooks. In the app, you can search for and addbeacons. You canthen configure an MQTT broker and/or Webhookbroker that will benotified each time the beacons enter or existthe range of thephone. There are a lot of configuration optionslike: * MQTTAuthentication * MQTT Beacon Enter Topic * MQTT BeaconEnterDistance Topic * MQTT Beacon Exit Topic * MQTT Beacon ExitDistanceTopic * Webhook URL + Content type + request method(POST/GET/PUT,...) * Webhook Beacon Enter Payload * Webhook BeaconEnter DistancePayload * Webhook Beacon Exit Payload * WebhookBeacon Exit DistancePayload * Time between scans * Time spent onscans * Minimumdistance to trigger an event * Notifications fordebug purposes *Log on the app for debugging purposes Librariesused: * Eclipse MQTT* Android AltBeacon ## Payload of MQTT TopicsAll topics will havethe following payload: ``` { uuid: "String -Beacon UUID", mac:"String - Beacon Bluetooth address, major:"String - Beacon Major",minor: "String - Beacon Minor", androidId:"String - Unique Androididentification" } ``` In addition,`distance` topics will have oneextra property: ``` { distance:Number - current distance betweenBeacon and device } ``` ##Payload of Webhook calls You can add yourown properties to thepayload JSON used by Webhooks. In addition,all payload will havethe following JSON properties: ``` { uuid:"String - Beacon UUID",mac: "String - Beacon Bluetooth address,major: "String - BeaconMajor", minor: "String - Beacon Minor",androidId: "String - UniqueAndroid identification" } ``` Inaddition, `distance` events willhave one extra property: ``` {distance: Number - current distancebetween Beacon and device } ```